<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#idBox{position:fixed; background:#fff; z-index:2147583630; width:90%; left:50%; top:50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);-o-transform: translate(-50%, -50%);transform: translate(-50%, -50%);}
#boxTopTitle{width:100%; height:45px; background: #3333ff; line-height:45px; font-size:16px; color:#fff; font-family:microsoft yahei; padding:0 15px; box-sizing:border-box; position: relative;}
#boxClose{position: absolute; right: 0; top: 0; z-index: 2; display: block; width: 45px; height: 45px; line-height: 45px; text-align: center; font-size:24px; font-family:'é»‘ä½“'; color:#fff;cursor: pointer; -webkit-transition: all linear .1s; -moz-transition: all linear .1s; -o-transition: all linear .1s; transition: all linear .1s;}
#boxClose:hover{background: rgba(0,0,0,.2);}
#boxContent{ position: relative; width: 100%;overflow: overlay;-ms-overflow-style:none;}
#boxContent iframe{
    position: relative;
}
/* é€‚ç”¨äºŽWebKitæµè§ˆå™¨ */  
#boxContent::-webkit-scrollbar {  
    width: 5px; /* å‡å°æ»šåŠ¨æ¡çš„å®½åº¦ */  
    height: 5px; /* å¦‚æžœéœ€è¦ï¼Œä¹Ÿå¯ä»¥è®¾ç½®åž‚ç›´æ»šåŠ¨æ¡çš„å®½åº¦ */  
}  
  
/* æ»šåŠ¨æ¡æ»‘å— */  
#boxContent::-webkit-scrollbar-thumb {  
    background: #888; /* æ»‘å—çš„é¢œè‰² */  
    border-radius: 10px; /* æ»‘å—çš„åœ†è§’ */  
}  
  
/* æ»šåŠ¨æ¡è½¨é“ */  
#boxContent::-webkit-scrollbar-track {  
    background: #f1f1f1; /* è½¨é“çš„é¢œè‰² */  
    border-radius: 10px; /* è½¨é“çš„åœ†è§’ */  
}  
  
/* å½“é¼&nbsp;æ&nbsp;‡æ‚¬åœåœ¨æ»šåŠ¨æ¡æ»‘å—ä¸Šæ—¶ */  
#boxContent::-webkit-scrollbar-thumb:hover {  
    background: #555; /* æ»‘å—æ‚¬åœæ—¶çš„é¢œè‰² */  
}












</pre></body></html>